home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Mac OS SDK / Dev.CD Apr 97 SDK1.toast / Development Kits (Disc 1) / AppleScript / Documentation / Apple Event Registry / Word Services Suite 1.0.4 / WSI Library Source / AboutVersion.h < prev    next >
Encoding:
Text File  |  1993-04-12  |  310 b   |  9 lines  |  [TEXT/KAHL]

  1. /* AboutVersion.h
  2.  * Interface to routines to display a version number in an about box
  3.  * Copyright ©1993 Working Software, Inc.  All Rights Reserved.
  4.  * 23 Feb Mike Crawford
  5.  */
  6.  
  7. void InstallAboutVersionProc( DialogPtr aboutDialog, short versItem );
  8. pascal void AboutVersionProc( DialogPtr dlg, short item );
  9.